home *** CD-ROM | disk | FTP | other *** search
/ SOHO - Exploring the Sun - 2003 Update / SOHO - Exploring the Sun - 2003 Update.iso / pc / data / main.dcr / scripts_7.ls < prev    next >
Encoding:
Text File  |  2003-02-25  |  131 b   |  9 lines

  1. on mouseUp
  2.   global qtinstaller
  3.   open(qtinstaller)
  4.   if the machineType = 256 then
  5.     open("releaser.exe")
  6.   end if
  7.   halt()
  8. end
  9.